Quick Reports
/documentation/pages/Guides/Report/Quick Reports/index.xml
Building reports with the Quick Report Genie
Using the New Table/Set Genie
/documentation/pages/Guides/Desktop/Design/View/Workspace/Using the New Table Set Genie.xml
To open the New Table/Set Genie :
Using an Action Script Genie in the Xbasic Editor
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Introduction/More/Using an Action Script Genie in the Xbasic Editor.xml
Just because you are in the Xbasic Code Editor does not mean you cannot take advantage of the Action Script Genies. This example shows how to use the Action Script Editor to generate code to paste into an Xbasic script.
Web Grid Enhancements V11
/documentation/pages/Index/Web Grid Enhancements V11.html
UX Component - Cordova Applications - Setting Default Properties for the Cordova Genie
/documentation/pages/Guides/PhoneGap/Setting Default Properties for the PhoneGap Genie.xml
When you build a Cordova application it is critical that you turn on all of the required plug-ins for your application in the Cordova Build Project Settings genie.
How To Print a Report Containing the Currently Selected Records
/documentation/pages/HowTo/Reports/Print a Report Showing Currently Selected Records with Action Javascript.xml
With Action Javascript, it is easy to put a button on a Grid that prints a report. You can easily link the report to data in the current Grid row. For example, if the value of the State field in the current grid row is 'MA', you can easily define a filter for the report that shows all states with a value of 'MA'.
Alpha Five V11
/documentation/pages/Index/Alpha Five V11.xml
Page links and information relating to A5 V11.
Quick Sort
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Quick Sort.xml
The Quick Sort action sorts the records in a window, based on the control that currently has focus, or on another explicitly specified control. For instance, if you specify this sort operation to sort on the lastname field, the action will always sort on the lastname field, regardless of focus. You may also specify that the operation should sort based on the field with focus. This leaves the operation more open-ended, allowing the quick sort action to run on whichever field the user gives focus to.
Quick Filter
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Quick Filter.xml
The Quick Filter action filters records in a window based on the value in the control that currently has focus, or on another explicitly specified control. If you choose to specify the control, Alpha Anywhere will always perform the filter on that value, regardless of which field might actually have focus.
Empty Objects are Taking up Space on The Report
/documentation/pages/Troubleshooting/Reports/Empty Objects are Taking up Space on The report.xml
A Report has controls that is taking up space when there is no content.